fix(ui): resolve email input border alignment and focus overlay in Footer - #1679
codexbeats wants to merge 2 commits into
Conversation
|
@codexbeats is attempting to deploy a commit to the magic-peach1's projects Team on Vercel. A member of the Team first needs to authorize it. |
✅ PR Format Check Passed — @codexbeatsBasic format checks passed. A maintainer will review your code changes. This does not mean the PR is approved — it just means the format is correct. |
👋 Thanks for your PR, @codexbeats!Welcome to Reframe — a browser-based video editor built for everyone 🎬
What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
|
👋 This PR has been inactive for 21 days. It will be automatically closed in 14 days if there's no further activity. If you need help with this PR, please comment or ping a maintainer. |
|
Thanks for the contribution! Another open PR (#1757: fix(ui): resolve email input border alignment and focus overlay in Footer #1678) tackles the same issue and is a bit further along (cleaner CI / no merge conflicts), so I'm consolidating there to keep review focused in one place. Closing this one — no reflection on the work itself, just avoiding split review across duplicates. Feel free to bring anything over to #1757 if it adds something that one doesn't have yet! |
📝 Title
fix(ui): resolve email input border alignment and focus overlay in Footer📌 Type of Change
🔗 Related Issue
Fixes #1678
🎯 What Changes Were Made?
border-0 outline-none focus:outline-none focus:ring-0 focus:shadow-none focus:border-0) to the<input>element insideFooter.tsxto override global input styles.px-1) on the email field and addedshrink-0to the submit arrow button for balanced alignment.❓ Why Were These Changes Made?
input:focusrules defined inglobals.csswere overridingbg-transparentand adding a secondary border/box-shadow directly to the inner<input>element.🧪 How to Test
bun devornpm run devto launch the local development server.📋 GSSoC Contribution Checklist